home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / vms / _G_config.h next >
C/C++ Source or Header  |  1992-06-04  |  1KB  |  45 lines

  1. /* This file is generated by hand, since the shell script will not run
  2.  * under VMS.  I hope that someday something more automatic can be created.
  3.  */    
  4. #ifndef _G_config_h
  5. #define _G_config_h
  6. #define _G_NAMES_HAVE_UNDERSCORE 1
  7. #define _G_DOLLAR_IN_LABEL 0
  8. #define _G_HAVE_ST_BLKSIZE 0
  9. #define _G_clock_t long
  10. #define _G_dev_t char *
  11. #define _G_fpos_t long
  12. #define _G_gid_t long
  13. #define _G_ino_t unsigned short
  14. #define _G_mode_t unsigned long
  15. #define _G_nlink_t unsigned long
  16. #define _G_off_t long
  17. #define _G_pid_t long
  18. #define _G_ptrdiff_t int
  19. #define _G_size_t unsigned int
  20. #define _G_time_t long int
  21. #define _G_uid_t unsigned short
  22. #define _G_wchar_t long int
  23. #define _G_ssize_t  long /* deduced */
  24. /* #define _G_NEED_STDARG_H */
  25. #define _G_va_list char* /* default */
  26. #define _G_signal_return_type int
  27. #define _G_sprintf_return_type int
  28. #define _G_BUFSIZ  512
  29. #define _G_FOPEN_MAX 32 /* default */
  30. #define _G_FILENAME_MAX  1024 /* default */
  31. #define _G_NULL 0 /* default */
  32. #ifdef _G_USE_PROTOS
  33. #define _G_ARGS(ARGLIST) ARGLIST
  34. #else
  35. #define _G_ARGS(ARGLIST) (...)
  36. #endif
  37. /* #define _G_SYSV */
  38. #define _G_HAVE_SYS_RESOURCE 1
  39. #define _G_HAVE_SYS_SOCKET 1
  40. #define _G_HAVE_UNISTD 0
  41. #define _G_HAVE_DIRENT 0
  42. #define _G_BROKEN_SIGNED_CHAR
  43. #define _G_FRIEND_BUG
  44. #endif /* !_G_config_h */
  45.